body {
	font-family: 'open sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 15px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #373737;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 14px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
}
/* top */
#top {
	border-top: 5px solid #373737;
	/* padding: 0px 0px 0px 0; */
	/* margin: 0 0 20px 0; */
	min-height: 49px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 8px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
@media (max-width: 768px) {
#logo {
	    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
}
/* search */
#search {
	margin-bottom: 10px;
	margin-top: 24px;
}
#search .input-lg {
	height: 45px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 27px;
	padding: 8px 30px;
	/* text-shadow: 0 1px 0 #FFF; */
	border-radius: 3px;
}

/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 15px;
	line-height: 18px;
	color: #333;
	margin-top: 31px;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	/* min-width: 100%; */
	left: 0;
	top: 50px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
		position: fixed;
		left: 0;
		top: 190px;
		/* margin: 46px; */
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
/* menu */
#menu {
	/* background-color: #fff; */
	min-height: 49px;
	/* border:1px solid #ebebeb; */
}
.menu-arrow {
	float:right;
	color:ab3b77;
	}
#menu .nav > li > a {
	color: #333;
	font-weight:normal;
	min-height: 15px;
	background-color: #fff;
	width: 260px;
	font-family: open sans;
	font-size: 13px;
	border-bottom:1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #ebebeb;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 200px;
	display: block;
	padding: 15px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 13px;
	border-bottom: 1px solid #ebebeb;
}
#menu .dropdown-inner li a:hover {
	color: #1cb6c0;

	
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #333;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #333, #333);
	background-repeat: repeat-x;
	border-color: #555 #555 #555;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	

	
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
@media (max-width: 767px) {#content {
	min-height: 0px;
}}
/* footer */
footer {
	margin-top: 0px;
	padding-top: 30px;
	background-color: #f6f6f6;
	border-top: 3px solid #373737;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #333;
	font-size: 13px;
	line-height: 26px;
}
footer a:hover {
	color: #1D757D;
}
footer h5 {
	font-family: 'barlow', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 10px 0;
	padding: 8px 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	right: -5px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}


.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	/* border: 1px solid #cccccc; */
	/* border-radius: 4px; */
	background:transparent;
	/* box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); */
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;



}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #fff;
	background-color: #373737;
	background-repeat: repeat-x;
	border-color: #373737;
}
.btn-default:Hover {
	color: #fff;
	background-color: #000;
	background-repeat: repeat-x;
	border-color: #373737;
}
.btn-primary {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000 #000000 #000000;
	border-radius: 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #333;
	border-color: #333 #333 #333;
	
}
.btn-primary4 {
	border: none;
	display: block;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	outline: none;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	background-color: #373737;
	padding: 10px 34px;
	margin: 0 0px;
	margin-left: 0px;
	width: 100%;
	margin-top: 25px;
	border: 1px solid #373737;
	border-radius: 3px;
}
.btn-primary4.button-new3:after {
	content: "";
  position: absolute;
  left: 0;
  top: 0;
 height: 500%;
  width: 140%;
	color:#fff;
  background: #000000;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}
.btn-primary4.button-new3:hover {
	

	color:#fff;

  
}
.btn-primary4.button-new3:hover:after {
	-webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
	color:#fff;
}



.btn-primary3 {
	border: none;
	display: block;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	outline: none;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	background-color: #373737;
	padding: 7px 12px;
	margin: 0 0px;
	margin-left: 0px;
	width: 100%;
	margin-top: 10px;
}
.btn-primary3.button-new:after {
	content: "";
  position: absolute;
  left: 0;
  top: 0;
 height: 500%;
  width: 140%;
  background: #000000;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}
.btn-primary3.button-new:hover:after {
	-webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.btn-primary2 {
	border: none;
	display: block;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	outline: none;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	background-color: #0c6431;
	padding: 7px 12px;
	margin: 0 0px;
	margin-left: 0px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.btn-primary2.button-new2:after {
	content: "";
  position: absolute;
  left: 0;
  top: 0;
 height: 500%;
  width: 140%;
  background: #000000;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}
.btn-primary2.button-new2:hover:after {
	-webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 5px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;

}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;


}
}
.product-thumb h1 {
	font-weight: bold;
	height: 32px;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	/* width: 100%; */
}
@media (max-width: 767px) {
	.product-thumb h1 {
-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 100%;
	}
}

.product-thumb .caption {
	padding: 0 10px;
	min-height: 54px;
}
.product-thumb .caption h4 {
	font-weight:500;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	/* overflow: hidden; */
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #333;
	/* float: revert; */
	margin-left: 0px;
	font-size: 17px;
	margin-top: 2px;
	text-align: center;
}

@media (max-width: 767px) {
.product-thumb .price {
	color: #333;
	/* float: revert; */
	margin-left: 0;
	font-size: 17px;
	margin-top: 15px;
	text-align: center;
}
}

.product-thumb .price-new {
	font-weight: 600;
}
@media (max-width: 767px) {
.product-thumb .price-new {
	margin-left:15px
}
}
.product-thumb .price-old {
	color: #666;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group{
		/* position: absolute; */
		left: 0;
		right: 0;
		bottom: 22%;
		opacity: 1;

		transition: 0.3s ease-in-out;
		text-align: center;
		z-index: 2;
		margin-bottom: 10px;
	}
	.product-thumb:hover .button-group{
		opacity: 1
	}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group svg{
	width: 20px;height: 19px;
}
.product-thumb .button-group .bquickv{
	display: inline-block;vertical-align: middle
}
.product-thumb .button-group .button-new,.bquickv a{
	border: none;
	display: block;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	outline: none;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	background-color: #373737;
	padding: 7px 12px;
	margin: 0 0px;
	margin-left: 0px;
	width: 100%;
}
.product-thumb .button-group .button-new:after {
	content: "";
  position: absolute;
  left: 0;
  top: 0;
 height: 550%;
  width: 170%;
  background: #000000;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}
.product-thumb .button-group .button-new:hover:after {
	-webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.product-thumb .button-group .button-new2,.bquickv a{
	border: none;
	display: block;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	outline: none;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	background-color: #000000;
	padding: 7px 12px;
	margin: 0 0px;
	margin-left: 0px;
	width: 100%;
}
.product-thumb .button-group .button-new2:after {
	content: "";
  position: absolute;
  left: 0;
  top: 0;
 height: 550%;
  width: 170%;
  background: #373737;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}
.product-thumb .button-group .button-new2:hover:after {
	-webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.button-new   {
float:left
}
.button-new  span {
	position: relative;
	z-index: 1;
}
.button-new2   {float:left;}
.button-new2  span {
	position: relative; 
  z-index: 1;
}
.button-new3   {float:left;}
.button-new3  span {
	position: relative; 
  z-index: 1;
	
}
.button-new3  span:hover {
	position: relative; 
  z-index: 1;
	color:#fff
	
}

@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		/* width: 33.33%; */
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		/* width: 33.33%; */
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.pozisyon-bersa{ display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center}
	 .footer-telefon-bersa{
    font-size: 16px;
    font-family: 'barlow';
    font-weight: 500;
    }
	.footer-telefon-bersa:hover{
    font-size: 16px;
    font-family: 'barlow';
    font-weight: 500;
	color:#373737;
    }
     .footer-takip-bersa{
    font-size: 16px;
    font-family: 'barlow';
    /* margin-bottom: 9px; */
    color: #333;
    font-weight: 800;
    }

	
.facebook{color: #373737;border-radius:100px;border: 1px solid #373737;padding:8px 10px;font-size:16px;text-align: center;}

.facebook:hover{

    color: #333;;

   
    border: 1px solid #333;;
    

}
.linkedin{

 color:#666;
 border-radius:100px;
 border:1px solid #666;
 padding: 8px 8px;
 font-size:16px;
 text-align: center;
}

.linkedin:hover{

    color: #dc7c56;;
   
    border: 1px solid #dc7c56;;
    

}

.instgram{color: #373737;border-radius:100px;border: 1px solid #373737;padding: 8px 8px;font-size:16px;text-align: center;}


.instgram:hover{


    color: #333;;
   
    border: 1px solid #333;;
    

}

.twitter{



 color:#666;
 border-radius:100px;
 border:1px solid #666;
 padding: 8px 8px;
 font-size:16px;
 text-align: center;
}

.twitter:hover{

    color: #333;;
   
    border: 1px solid #333;;
    

}

.whatsapp{
 color: #373737;
 border-radius:100px;

 border: 1px solid #373737;
 padding: 8px 8px;
 font-size:16px;
 text-align: center;
}

.whatsapp:hover{

    color: #333;
   
    border: 1px solid #333;;
    

}
.footer-pozisyon{margin-top: -32px;text-align:center;margin-bottom: 18px;}
.goster{display:block}

@media (max-width:768px){
	.goster{display:none}
}

.goster-mobil{display:none}

@media (max-width:768px){
	.goster-mobil{display:block}
}
.bottom-footer{background-color: #000000;}
.bottom-footer p{ font-size:13px;color:#fff; padding:5px 5px}
.bottom-footer a{font-size:13px;color: #fff;padding:5px 5px;font-style: oblique;}
.bottom-footer a:hover{ font-size:13px;color:#24aaa9; padding:5px 5px}

.baslik-kategori{text-transform: uppercase;font-family: open sans;/* background: #57c6d0; */padding: 15px 14px;/* margin:-1px; */}
.baslik-kategori-isim{font-size: 16px;color: #fff;font-weight: 600;margin-top: 2px;}
.product-tasarim{border:1px solid #ebebeb; padding:10px}






.active_none{border: 1px solid #666;margin-bottom: 10px;}

.active_link{border: 1px solid #28b7b9;margin-bottom: 10px;}

	/* The container */
.containera {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float:left;
	margin-left:5px;
}

/* Hide the browser's default radio button */
.containera input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  /*! top: -6px; */
  /*! margin-top: 5px; */
}

/* Create a custom radio button */
.checkmarka {
  position: absolute;
  top: -4px;
  left: 8px;
  height: 26px;
  width: 100%;
  border: 1px solid #666;
}

/* On mouse-over, add a grey background color */
.containera:hover input ~ .checkmarka {

}

/* When the radio button is checked, add a blue background */
.containera input:checked ~ .checkmarka {border: 1px solid #28b7b9;}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarka:after {

  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containera input:checked ~ .checkmarka:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containera .checkmarka:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
		
		
		.containera .checkmarka:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #373737;
}

.quantity {
  position: relative;
  padding-bottom: 30px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 75px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
  border-radius:0px;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {

width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}
.picZoomer{
	position: relative;
}
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}
.picZoomer-pic{
	width: 100%;
	height: 100%;
}
.picZoomer-zoom-wp{
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
}
.picZoomer-cursor{
	display: none;
	cursor: crosshair;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: url(images/zoom-ico.png) left top no-repeat;
}


.sepet-konum{
    margin-bottom: 13px;
    margin-top: 24px;
}
.trwpwhatsappballon {font-size: 14px;border-radius: 12px;border: 1px solid #fff;max-width: 250px;}

.trwpwhatsapptitle {background-color: #000;color: white;padding: 14px;border-radius: 12px 12px 0px 0px;text-align: center;}

.trwpwhatsappmessage {
padding: 16px 12px;
background-color: white;
}

.trwpwhatsappinput {
background-color: white;
border-radius: 0px 0px 12px 12px;
}

.trwpwhatsappinput input {
width: 206px;
border-radius: 10px;
margin: 1px 1px 0px 10px;
padding:10px;
font-family: "open sans";
font-weight: 300;
font-size: 13px;
background-color: #efefef;
border: 1px solid #d4d4d4;
}

.trwpwhatsappbutton {
					 background-color: #000000;
					 border-radius: 100px;
					 padding: 15px 17px;
					 cursor: pointer;
					 color: #fff;
					 margin-top: 10px;
					 margin-bottom: 10px;
					 -webkit-touch-callout: none;
					 -webkit-user-select: none;
					 -khtml-user-select: none;
					 -moz-user-select: none;
					 -ms-user-select: none;
					 user-select: none;
					 float: left;
					 }

.trwpwhatsappall {position: fixed;z-index: 9999999999999999999;bottom: 0;left: 13px;font-family: open sans;font-weight: 300;font-size: 15px;}

.trwpwhatsappsendbutton {
  color: #373737;
  cursor:pointer;
}
.bersa-button {border: none;}
.bersa-button i {
float: left;
position: absolute;
z-index: 999999999999;
right: 23px;
top: 11;
bottom: 81px;
font-size: 18px !important;
}

.kapat {
position: absolute;
right: 8px;
top: 6px;
font-size: 13px;
border: 1px solid #fff;
border-radius: 99px;
padding: 2px 7px 2px 8px;
color: white;
font-size: 10px;
cursor: pointer;
}
.whatsaap-goster{ display:block; }
@media(max-width:766px){
  .whatsaap-goster{
    display:none;
  }
}


.whatsaap-goster-mobil{ display:none; }
@media(max-width:766px){
  .whatsaap-goster-mobil{
    display:block;
  }
}


.scrollup {width: 40px;height: 40px;position: fixed;bottom: 90px;right: 28px;display: none;text-indent: -9999px;background: url(/image/icon_top.png) no-repeat;background-color: #373737;background-position: center;cursor: pointer;}

.scrollup:hover {

    
    
    background-color: #333;
   

}
.our-location{font-size:15px}
.hesabim-bersa{margin-top:2px; list-style:none}
@media(max-width:766px){
.hesabim-bersa{margin-top:9px; list-style:none}
}
#tum-urunler{
    padding: 8px 15px;
    background: #373737;
    color: #fff;
    margin-top: -3px;
    width: 260px;
    border: none;
    }
    #tum-urunler:Hover{background:#000; color: #FFF;}
#menu .nav > li > #tum-urunler{
    padding: 8px 15px;
    background: #000000;
    color: #fff;
    margin-top: -3px;
    width: 260px;
    border: none;
    }
    #menu .nav > li > #tum-urunler:Hover{background:#000; color: #FFF;}

    .ana-menu{background-color:rgb(245 243 243);background-left: rgb(245 243 243);background: linear-gradient(270deg, rgb(0 0 0) 66.2%, rgb(37 37 37) 43% );-webkit-appearance: none;-moz-appearance: none;appearance: none;margin-bottom: 5px;height: 52px;}

  @media(min-width:2560px){
 .ana-menu{background-color:rgb(245 243 243);background-left: rgb(245 243 243);background: linear-gradient(270deg, rgb(0 0 0) 62%, rgb(37 37 37)  38% );-webkit-appearance: none;-moz-appearance: none;appearance: none;margin-bottom: 5px;height: 52px;}
} 
@media(max-width:1600px){
 .ana-menu{background-color:rgb(245 243 243);background-left: rgb(245 243 243);background: linear-gradient(270deg, rgb(0 0 0) 69.3%, rgb(37 37 37) 30% );-webkit-appearance: none;-moz-appearance: none;appearance: none;margin-bottom: 5px;height: 52px;}
}
@media(max-width:1440px){
 .ana-menu{background-color:rgb(245 243 243);background-left: rgb(245 243 243);background: linear-gradient(270deg, rgb(0 0 0) 71.3%, rgb(37 37 37) 29.7% );-webkit-appearance: none;-moz-appearance: none;appearance: none;margin-bottom: 5px;height: 52px;}
}



.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;

}
 
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #3f3745;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #373737;
}

.sidenav .closebtn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 36px;
  margin-left: 50px;
  
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

	.caticerik{ 
	height: 616px;
    overflow: hidden;
	margin-bottom:0px;
	}
	.devamyazi{
	cursor:pointer;
	}


	.caticerik2{ 
	height: 50px;
    overflow: hidden;
	z-index:9999;
	position:absolute;
	}
	.devamyazi2{
	cursor:pointer;
	}
    .cookiealert {
 z-index: 999;
    color: #fff;
    position: fixed;
    right: 10px;
    margin: 0;
    z-index: 999;
    max-width: 400px;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background-color: #333;
    bottom: 10px;
    padding: 1rem 1rem .5rem;
    font-size: 12px;
  
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline;
	color:#fff;
}
.cookiealert a:hover {
    text-decoration: underline;
	color:#373737
}

.cookiealert .acceptcookies {

	margin-left: 10px;
    vertical-align: baseline;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
 .tablink{
    border-left: 3px solid #999
	 ;
    height: auto;
    display: inline-block;
    margin-bottom: 8px;
    padding-left: 6px;
    cursor:pointer
}
.tablink.active{
    border-left: 3px solid #373737;
    height: auto;
    display: inline-block;
    margin-bottom: 8px;
    padding-left: 6px;
	cursor:pointer
}
.tablink:hover {
border-left: 3px solid #373737;    }   
    .bdp-post-image-bg{

margin-bottom:15px;

text-align:left;

border-bottom:1px solid #999;

-webkit-transition: all .2s ease;

-moz-transition: all .2s ease;

-ms-transition: all .2s ease;

-o-transition: all .2s ease;

transition: all .2s ease;

/* border-bottom-width: 3px; */

cursor: pointer;
}
.bdp-post-image-bg:hover{margin-bottom:15px; text-align:center;
 
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	 border-bottom:1px solid #000;}
	.contact-name{font-size: 30px;text-transform: uppercase;/* border-bottom: 1px solid red; */}
	
	.bersa-p{
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    color: #333;
}
	.bersa-p-2{
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #333;
}
.bersa-cizgi{
    background-color: #373737;
    display: inline-block;
    height: 3px;
    /* text-align: center; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 16%;
    margin: auto;
    margin-bottom: 10px;
}
.bersa-baslik-uzay{
    text-align: center;
 font-weight:500;TEXT-TRANSFORM:uppercase
}

.read-more {
	display: inline-block;
	padding: 10px 30px;
	/* background: #333; */
	color: #000;
	border-radius: 5px;
	border: solid #000 1px;
	margin-top: 0px;
	opacity: 1;
	transition: .2s all;
	text-decoration: none;
}

.read-more:hover {	transform: scale(.9);  background: #333;  border: solid #333 1px;
 color: #fff}